Are there any free embedable REPL interpreters for a website? [migrated]
Posted
by
Google
on Programmers
See other posts from Programmers
or by Google
Published on 2012-06-27T13:14:05Z
Indexed on
2012/06/27
15:25 UTC
Read the original article
Hit count: 153
web-development
I am hoping to find a free REPL interpreter for a number of languages. I am starting a new web page to help developers learn with a number of tutorials. I want to embed an interpreter on the site so users can have a tutorial and interpreter side by side.
I really like free interpreters such as the one at repl.it. However, I am unable to find a free/embeddable interpreter. I was hoping to avoid making one myself-- they seem tricky to make safely!
Thanks!
© Programmers or respective owner